ESP32-Cam Brownout Faults

The ESP32-Cam module is an inexpensive platform that can be developed for many purposes. It does have some drawbacks. Compiling with the Arduino IDE can be much slower compared to native AVR platforms. Another issue is the “Brownout detector was triggered” message on the debug window. Slow compilation was covered in another post, https://www.cloudacm.com/?p=3998. This post will explore some ways to deal with the brownout fault. When the ESP32-Cam module boots, it will perform a series of checks and either … Continue reading ESP32-Cam Brownout Faults